home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / lu62 / port / include.h < prev    next >
C/C++ Source or Header  |  1996-07-10  |  3KB  |  68 lines

  1. /* k 0005 05/07/90    */
  2. /* k 8001 19/07/90  */
  3. /* k 1003 22/08/90  */
  4. /* k 0050 12/09/90  */     /* Deletion of init6,init7,ini8 */
  5. /* k 1008 04/10/90  */     /* Include rrbs                 */
  6. /* k 0231       10/10/91        *//* resident module */
  7. /************************************************
  8.  * INCLUDE STATEMENTS FOR PORT PROJECT PROGRAMS *
  9.  ************************************************/
  10.  
  11. #include <dconst.h>  /* constants definitions           */
  12. /* @0231 */
  13. #include <stdio.h>   /* standard io                     */
  14. #include <tabad.h>   /* tr table                        */
  15. #include <route.h>   /* route element                   */
  16. #include <namtb.h>   /* name table                      */
  17. #include <dcb.h>     /* dcb                             */
  18. #include <hscb.h>    /* half-session control block      */
  19. #include <hscb2.h>   /* hscb extension                  */
  20. #include <lhscb.h>   /* hscb chain for lan              */
  21. #include <dlc.h>     /* data link control control block */
  22. #include <code.h>    /* structure for ru code           */
  23. #include <dh.h>      /* datagram header    */
  24. #include <data0.h>   /* datagram format 0  */
  25. #include <data1.h>   /* datagram format 1  */
  26. #include <data2.h>   /* datagram format 2  */
  27. #include <data.h>    /* datagram           */
  28. #include <imbind.h>  /* 1016 */
  29. #include <init0.h>   /* init_self format 0 */
  30. #include <init1.h>   /* init_self format 1 */
  31. #include <init2.h>   /* init_self format 2 */
  32. #include <init3.h>   /* init_self format 3 */
  33. #include <init4.h>   /* init_self format 4 */
  34. #include <init5.h>   /* init_self format 5 */
  35. #include <initself.h> /* init_self ru      */
  36. #include <bind.h>    /* bind ru            */
  37. #include <drl.h>     /* drl  ru            */  /* 1003 */
  38. #include <rli.h>     /* rli  ru            */  /* 1003 */
  39. #include <rbs.h>     /* rbs  ru            */  /* 1003 */
  40. #include <rrbs.h>    /* rrbs  ru           */  /* 1008 */
  41. #include <unbind.h>  /* unbind ru          */
  42. #include <term.h>    /* term-self ru       */
  43. #include <th.h>      /* transmission header       */
  44. #include <rh.h>      /* request/response header   */
  45. #include <naus.h>    /* NAU for VT                */
  46. #include <nausg.h>   /* nau segment               */
  47. #include <ru.h>      /* request/response unit     */
  48. #include <nau.h>     /* network addressable unit  */
  49. #include <rqb.h>     /* request control block     */
  50. #include <segprf.h>  /* segment                   */
  51. #include <rdt.h>     /* resource definition nable */
  52. #include <majtb.h>   /* major node table          */
  53. #include <dlctb.h>   /* dlc table */
  54. #include <aname.h>   /* area name table */
  55. #include <mat.h>     /* my area table */
  56. #include <glu.h>     /* glu table  */
  57. #include <srdt.h>    /* system rdt */
  58. #include <wrktb.h>   /* tmp2 queue table */                     /* 1003 */
  59. #include <pavt0.h>   /* AVT table  */
  60. #include <cash.h>    /* cash element */                /* 0005 */
  61. #include <sess.h>    /* sess table */                           /* 0005 */
  62. #include <tmp2.h>    /* tmp2 block                                 0005 */
  63. #include <parmglu.h>                           /* @0229 */
  64. #include <partrn39.h>                          /* @0229 */
  65. #include <bufferon.h>                          /* @0229 */
  66. #include <buffertw.h>                          /* @0229 */
  67. #include <out7920.h>                   /* @0229 */
  68.